home *** CD-ROM | disk | FTP | other *** search
- # configuration file for 'mailer', G B Judd's simple mailer for ka9q
- #
- # host = this_host_name
- # user = this_user_name
- # name = your full name for mail headers
- # reply = your reply address
- # mail = path to directory containing 'mail' and 'mqueue'
- # directories
- # edit = path your editor
- # sig = path to your signature file [optional]
- # log = name of your ougoing mail log, this must reside
- # in the 'mail' directory.
- # alias = path to your mail alias file [optional]
- #
- # The format must be <keyword>=<value>
- # There must be no space around the '=' sign
- # Comments can be included and are indicated by a '#' as the
- # very first character of a line. You can also have completely
- # blank lines.
-
- host=siward.demon.co.uk
- user=gjudd
- name=Graham Judd
- reply=gjudd@siward.demon.co.uk
- mail=d:\spool
- edit=c:\editors\emacs\emacs.prg
- sig=d:\gjudd.sig
- log=outmail.txt
- alias=d:\alias
-